home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Herois / heroi.dir / 00017_Script_MudaContexto < prev    next >
Text File  |  1999-03-19  |  203b  |  10 lines

  1. on mouseUp
  2.   if the frame > marker("Boneco") then
  3.     go frame "BonecoParaUniverso"
  4.   else
  5.     repeat with i=1 to 20
  6.       puppetSprite i,false
  7.     end repeat
  8.     go frame "Boneco"
  9.   end if
  10. end